Lucene search
+L
LinuxLinux Kernel

14801 matches found

CVE
CVE
added 2025/02/26 2:01 a.m.144 views

CVE-2022-49297

CVE-2022-49297 is a Linux kernel vulnerability related to the NBD (network block device) disconnect flow that could cause IO hangs when a device is disconnected. The issue occurs in the NBD path during disconnect and socket clearing, with inflight requests potentially not completing due to how NB...

5.5CVSS6.5AI score0.00284EPSS
Save
CVE
CVE
added 2025/02/26 2:11 a.m.144 views

CVE-2022-49389

CVE-2022-49389 concerns a refcount leak in the Linux kernel USB/IP path. The issue arises because usb_get_dev() is called in stub_device_alloc(), and if stub_probe() fails afterward, the reference must be released with usb_put_dev(). The fix moves usb_put_dev() to the sdev_free error path, ensuri...

5.5CVSS5.4AI score0.00291EPSS
Save
CVE
CVE
added 2025/02/26 2:23 a.m.144 views

CVE-2022-49584

CVE-2022-49584 is a Linux kernel issue in the ixgbe driver where disabling SR-IOV (setting sriov_numvfs to zero) can race with the PF driver, potentially causing a kernel panic. The root cause is a lack of locking during the disable path, allowing VF mailbox communication to proceed concurrently....

5.5CVSS6.3AI score0.00199EPSS
Save
CVE
CVE
added 2024/04/17 10:17 a.m.144 views

CVE-2024-26858

CVE-2024-26858 : The issue is in the Linux kernel, specifically the mlx5e/PTP code. A memory-barrier-based fix was applied to ensure that PTP WQ xmit submission tracking occurs after populating the metadata_map. Merely reordering mlx5e_ptp_metadata_map_put and mlx5e_ptpsq_track_metadata in mlx5e_...

5.5CVSS6.7AI score0.00227EPSS
Save
CVE
CVE
added 2025/02/26 2:12 a.m.143 views

CVE-2022-49426

CVE-2022-49426 : Linux kernel iommu/arm-smmu-v3-sva had a use-after-free when freeing the MM context because arm64_mm_context_put() ran without a held reference. The root cause is not holding a reference to the MM during unpinning, allowing it to be freed prematurely. The fix is to call mmgrab()/...

7.8CVSS5.3AI score0.00288EPSS
Save
CVE
CVE
added 2025/06/18 11:00 a.m.143 views

CVE-2022-49985

The CVE-2022-49985 entry concerns the Linux kernel, where the BPF component allowed a range check descriptor to misrepresent a tight range because tnum_range(0, map->max_entries-1) may yield a superset of the intended values. The root cause is that the tnum-based range representation can erron...

7.8CVSS6.3AI score0.0023EPSS
Save
CVE
CVE
added 2025/03/27 4:43 p.m.143 views

CVE-2023-53006

The CVE-2023-53006 issue is a Linux kernel CIFS (smbd) reconnect bug. The root cause is an uncleared server->smbd_conn pointer in reconnection logic, which can lead to oops if reconnection occurs after the smbd_connection struct is freed. The connected advisories describe that in smbd_destroy(...

9.8CVSS6.5AI score0.00511EPSS
Save
CVE
CVE
added 2023/11/09 3:08 p.m.143 views

CVE-2023-6039

CVE-2023-6039 : A use-after-free vulnerability in the Linux kernel’s LAN78XX USB Ethernet driver (lan78xx_disconnect in drivers/net/usb/lan78xx.c) can crash the system when a LAN78XX USB device is detached. The issue is local in scope and affects the network sub-system (net/usb/lan78xx). The CVE ...

5.5CVSS6.6AI score0.00258EPSS
Save
CVE
CVE
added 2023/11/21 8:21 p.m.143 views

CVE-2023-6238

CVE-2023-6238 affects the Linux kernel NVMe driver. A buffer overflow allows a privileged user to provide a small meta buffer and trigger a larger DMA into that same buffer, overwriting unrelated kernel memory and causing random kernel crashes/memory corruption. The vulnerability is locally explo...

6.7CVSS7.5AI score0.0029EPSS
Save
CVE
CVE
added 2023/12/11 6:31 p.m.143 views

CVE-2023-6679

CVE-2023-6679 is a NULL pointer dereference in the Linux kernel DPLL netlink code (dpll_pin_parent_pin_set in drivers/dpll/dpll_netlink.c). The vulnerability allows local attackers to trigger a denial of service. Connected advisories (Red Hat, Oracle, MiracleLinux) indicate kernel updates/fixes a...

5.5CVSS6AI score0.00312EPSS
Save
CVE
CVE
added 2024/04/03 2:55 p.m.143 views

CVE-2024-26722

Technical details about CVE-2024-26722 (affected products, exact root cause, versions, impact, remediation) are not provided in the connected documents. Monitor for updated advisories for explicit fixes and affected platforms.

5.5CVSS6.1AI score0.00182EPSS
Save
CVE
CVE
added 2024/04/03 2:55 p.m.143 views

CVE-2024-26726

CVE-2024-26726 : In the Linux kernel, a Btrfs bug could panic when writing the free-space inode because the extent map was dropped on a write error and then looked up again, yielding EXTENT_MAP_HOLE on a second pass. The fix removes dropping the extent_map range for the failed free-space cache wr...

5.5CVSS6.8AI score0.00259EPSS
Save
CVE
CVE
added 2024/05/01 5:19 a.m.143 views

CVE-2024-26970

CVE-2024-26970 affects the Linux kernel clock driver for Qualcomm IPQ6018 (clk: qcom: gcc-ipq6018). Root cause: frequency table arrays lacked a terminating empty element, risking out-of-bounds access when traversed by qcom_find_freq() or qcom_find_freq_floor(). Mitigation: patch adds an empty ter...

5.5CVSS6.4AI score0.00226EPSS
Save
CVE
CVE
added 2024/05/17 11:51 a.m.143 views

CVE-2024-27416

CVE-2024-27416 affects the Linux kernel Bluetooth hci_event path, specifically HCI_EV_IO_CAPA_REQUEST handling when a remote feature read is still pending. Root cause: on receiving HCI_EV_IO_CAPA_REQUEST while HCI_OP_READ_REMOTE_EXT_FEATURES has not yet been responded to, the code incorrectly ass...

8.8CVSS6.7AI score0.00353EPSS
Save
CVE
CVE
added 2024/05/17 2:47 p.m.143 views

CVE-2024-35848

CVE-2024-35848 affects the Linux kernel: an eeprom at24 memory corruption race condition occurs when an nvmem device is registered if the eeprom is not accessible. The read can fail and the device may be torn down; if another driver accesses the torn-down nvmem device, it can reference invalid me...

7CVSS6.9AI score0.002EPSS
Save
CVE
CVE
added 2024/05/19 8:35 a.m.143 views

CVE-2024-35907

Mode C: The CVE-2024-35907 issue affects the mlxbf_gige driver in the Linux kernel (BlueField-3 SmartNIC). The root cause is a NULL pointer dereference in mlxbf_gige_open() when kdump is enabled, traced to a pending RX interrupt that fires before request_irq(RX IRQ) is called, causing an interrup...

5.5CVSS6.5AI score0.00227EPSS
Save
CVE
CVE
added 2024/05/20 9:41 a.m.143 views

CVE-2024-35951

CVE-2024-35951 affects the Linux kernel's DRM Panfrost driver (panfrost_mmu_map_fault_addr). The patch fixes the error path when page/SGT allocations fail: it should not prematurely release page references; instead, leave state in place for the BO release function to cleanup or for the fault hand...

7.8CVSS6.7AI score0.00244EPSS
Save
CVE
CVE
added 2024/06/19 1:35 p.m.143 views

CVE-2024-38545

CVE-2024-38545 : In the Linux kernel, RDMA/hns CQ destruction can race with asynchronous events, leading to a use-after-free if the CQ refcount is released concurrently. The issue is fixed by protecting the CQ refcount with a lock (xa_lock). Astra Linux’s security bulletin confirms the same vulne...

7.8CVSS8.5AI score0.00252EPSS
Save
CVE
CVE
added 2024/06/19 1:35 p.m.143 views

CVE-2024-38556

CVE-2024-38556 affects the Linux kernel net/mlx5 code. The vulnerability arises from how the command queue semaphore timeout handling can allow an entry to be processed before an index is allocated, risking an out-of-bounds access at idx = -22 if the completion path proceeds without proper synchr...

7.8CVSS6.7AI score0.00259EPSS
Save
CVE
CVE
added 2024/06/19 1:45 p.m.143 views

CVE-2024-38589

CVE-2024-38589 : In the Linux kernel netrom subsystem, a deadlock can occur in nr_rt_ioctl due to a circular locking dependency between nr_node_list_lock and nr_node_lock. Syzbot identified a possible deadlock when attempting to acquire nr_node_lock while already holding nr_node_list_lock, with t...

5.5CVSS6.5AI score0.00195EPSS
Save
CVE
CVE
added 2024/07/29 6:37 a.m.143 views

CVE-2024-41015

CVE-2024-41015 involves the Linux kernel OCFS2 subsystem. Connected sources confirm a fixed issue where ocfs2_check_dir_entry() gained bounds checking and additional sanity checks on ocfs2_dir_entry() to ensure members do not access memory outside valid regions. The vulnerability was addressed in...

7.8CVSS6.6AI score0.00247EPSS
Save
CVE
CVE
added 2024/07/29 3:52 p.m.143 views

CVE-2024-42081

CVE-2024-42081 affects the Linux kernel component drm/ xe/ xe_devcoredump. The root cause was assigning xe_devcoredump_snapshot* and xe_device* unconditionally; the fix adds a NULL check and only assigns these pointers when coredump is not NULL. CVSS: Low-Privilege Local access with Medium overal...

5.5CVSS6.7AI score0.00194EPSS
Save
CVE
CVE
added 2024/09/18 6:32 a.m.143 views

CVE-2024-46733

The CVE-2024-46733 issue is in the Linux kernel, specifically the btrfs qgroup reserve leaks in cow_file_range during buffered writes. The root cause is that in the dirty page path the qgroup reserve remains owned until an ordered_extent is created; if an error occurs before allocation of the ord...

5.5CVSS6.3AI score0.00173EPSS
Save
CVE
CVE
added 2024/09/18 7:12 a.m.143 views

CVE-2024-46746

The CVE-2024-46746 issue affects the Linux kernel HID AMD SFH driver (amd_sfh). The root cause is freeing driver_data after hid_destroy_device() returns, since driver_data is referenced by callbacks; this can lead to a slab-use-after-free in functions such as amd_sfh_get_report, as evidenced by t...

7.8CVSS7.1AI score0.00248EPSS
Save
CVE
CVE
added 2024/09/27 12:39 p.m.143 views

CVE-2024-46830

CVE-2024-46830 affects the Linux kernel KVM for x86. The vulnerability arises when acquiring kvm->srcu while handling KVM_SET_VCPU_EVENTS, because KVM will forcibly leave nested VMX/SVM during SMM toggling and leaving nested VMX can read guest memory. The described fix: grab SRCU unconditional...

7.8CVSS7.2AI score0.00247EPSS
Save
CVE
CVE
added 2024/09/27 12:42 p.m.143 views

CVE-2024-46861

CVE-2024-46861 - Linux kernel USB net driver (usbnet/ipheth) : The issue arises when RX callbacks fail in usbnet ipheth; causes could be payload too short, incorrect payload framing (e.g., bad NCM framing), or memory pressure. These failures previously could cause the driver to seize up. The docu...

5.5CVSS7AI score0.00206EPSS
Save
CVE
CVE
added 2024/10/21 11:53 a.m.143 views

CVE-2024-47704

CVE-2024-47704 affects the Linux kernel in the drm/amd/display path. The issue arises when dp_enable_link_phy/dp_disable_link_phy pass link_res without initializing hpo_dp_link_enc, leading to null dereference (two forward_null issues). The connected Nessus/NASL entries confirm the vulnerability ...

5.5CVSS5.2AI score0.00209EPSS
Save
CVE
CVE
added 2024/10/21 6:01 p.m.143 views

CVE-2024-49880

The CVE-2024-49880 entry concerns an off-by-one in ext4 resizing logic (alloc_flex_gd) leading to a kernel BUG in resize operations (resize2fs) when resizing a filesystem. The vulnerability is addressed by a patch that removes the problematic +1 (and adds a WARN_ON_ONCE) to ensure flex_gd->res...

7.8CVSS7.3AI score0.00244EPSS
Save
CVE
CVE
added 2024/10/21 6:01 p.m.143 views

CVE-2024-49911

CVE-2024-49911 : In the Linux kernel, the drm/amd/display path (dcn20_set_output_transfer_func) added a null check for the set_output_gamma function pointer to prevent a potential NULL pointer dereference. The fix ensures set_output_gamma is non-NULL before invocation (previously checked only for...

5.5CVSS6.4AI score0.00238EPSS
Save
CVE
CVE
added 2024/11/09 10:14 a.m.143 views

CVE-2024-50225

Technical details for CVE-2024-50225 are not publicly available in the provided connected documents. The materials do not specify affected products, root cause specifics, exploitability, or remediation. Monitor for updates from official advisories and vendor notices.

7.8CVSS5.1AI score0.00212EPSS
Save
CVE
CVE
added 2024/11/19 5:19 p.m.143 views

CVE-2024-53048

Technical details for CVE-2024-53048 are not provided in the connected documents. The initial description describes a Linux kernel ice driver crash with DPLL-enabled E810 LOM and a firmware-driven pin initialization approach under planning; no concrete vendor/version/fix details are present here....

5.5CVSS6.4AI score0.00203EPSS
Save
CVE
CVE
added 2024/11/19 5:22 p.m.143 views

CVE-2024-53065

CVE-2024-53065 concerns the Linux kernel slab allocator (kmem_buckets_create) where a duplicate kmem_cache creation can occur on arm64 when KASAN_HW_TAGS is enabled. The initial description explains that a previous patch reduced ARCH_KMALLOC_MINALIGN to 8, which, with KASAN_HW_TAGS, makes arch_sl...

5.5CVSS5.1AI score0.00223EPSS
Save
CVE
CVE
added 2024/11/19 5:45 p.m.143 views

CVE-2024-53087

Technical details about CVE-2024-53087 are not provided in the connected documents. The initial description includes a summary but no publishable technical specifics (affected versions, impact, or fixes) in the supplied sources. Monitor for updates.

5.5CVSS6.5AI score0.00186EPSS
Save
CVE
CVE
added 2024/12/27 1:50 p.m.143 views

CVE-2024-53230

CVE-2024-53230 affects the Linux kernel cpufreq CPPC path. The issue is a potential NULL pointer dereference in cppc_get_cpu_cost() when cpufreq_cpu_get_raw() returns NULL for a CPU not present in policy->cpus mask. The fix is to add a NULL check before dereferencing cppc_get_cpu_cost(), mitig...

5.5CVSS7.1AI score0.00236EPSS
Save
CVE
CVE
added 2024/12/27 1:50 p.m.143 views

CVE-2024-53231

The CVE-2024-53231 issue affects the Linux kernel cpufreq/CPPC: cpufreq_cpu_get_raw() may return NULL if the CPU is not in policy->cpus, leading to a NULL pointer dereference. The vulnerability has been resolved in the Linux kernel; affected code path now handles NULL returns to prevent derefe...

5.5CVSS6.6AI score0.00236EPSS
Save
CVE
CVE
added 2024/12/27 2:11 p.m.143 views

CVE-2024-56545

Technical details for CVE-2024-56545 are not provided in the supplied Connected documents. Public references describe a Linux kernel HID Hyper-V devres issue, but no additional exploit vectors or affected versions are included here; monitor for updates.

5.5CVSS6.6AI score0.00213EPSS
Save
CVE
CVE
added 2024/12/27 2:23 p.m.143 views

CVE-2024-56579

CVE-2024-56579 : In the Linux kernel, the media: amphion driver must set video_drvdata before registering the video device; otherwise video_drvdata() may return NULL in open(), causing an oops. Remediation per the description is to ensure video_drvdata() is set prior to video device registration....

5.5CVSS6.5AI score0.00234EPSS
Save
CVE
CVE
added 2025/02/27 2:12 a.m.143 views

CVE-2025-21739

CVE-2025-21739 affects the Linux kernel SCSI UFS path. A use-after-free occurs when crypto private data (struct ufs_hba::crypto_profile) is released as part of ufshcd_dealloc_host() during driver removal or error handling, while a cleanup handler registered by devm_blk_crypto_profile_init() still...

7.8CVSS6.6AI score0.0022EPSS
Save
CVE
CVE
added 2025/03/27 2:57 p.m.143 views

CVE-2025-21881

CVE-2025-21881 describes a Linux kernel vulnerability in the uprobes code path, specifically in uprobe_write_opcode() where a zero page (zeropage) is rejected but not properly accounted. The issue arises when a zero pfn is written to a PTE without increasing the RSS counter, causing the zero foli...

5.5CVSS7AI score0.00195EPSS
Save
CVE
CVE
added 2025/04/16 2:11 p.m.143 views

CVE-2025-22037

CVE-2025-22037 affects the Linux kernel’s ksmbd component. The issue is a null pointer dereference in alloc_preauth_hash triggered when a client sends a malformed SMB2 negotiate request, allowing a subsequent session setup before conn->preauth_info is allocated. A patch introduces KSMBD_SESS_N...

7.5CVSS6.5AI score0.66418EPSS
Save
CVE
CVE
added 2025/04/16 2:11 p.m.143 views

CVE-2025-22038

CVE-2025-22038 concerns the Linux kernel, specifically the ksmbd path. The issue arises when accessing psid->sub_auth[psid->num_subauth - 1] without ensuring num_subauth is non-zero, which can cause an out-of-bounds read. The provided description states the patch adds a validation step to r...

8.3CVSS6.5AI score0.00559EPSS
Save
CVE
CVE
added 2025/04/16 2:12 p.m.143 views

CVE-2025-22053

The CVE-2025-22053 issue affects the Linux kernel’s ibmveth driver, specifically the veth_pool_store path. The root cause is a race/ synchronization gap allowing two or more threads to enter veth_pool_store concurrently (via /sys/devices/vio/30000002/pool*/), which could lead to a hang. The provi...

5.5CVSS6.5AI score0.00147EPSS
Save
CVE
CVE
added 2025/05/08 6:26 a.m.143 views

CVE-2025-37812

CVE-2025-37812 concerns the Linux kernel cdns3 driver: a deadlock in NCM gadget usage can occur under PREEMPT_RT when heavy network traffic triggers the threaded interrupt handler to be preempted by softirq. The root cause is protection by the same spinlock shared by the threaded IRQ and softirq....

5.5CVSS5.4AI score0.00151EPSS
Save
CVE
CVE
added 2025/05/08 6:26 a.m.143 views

CVE-2025-37824

CVE-2025-37824 affects the Linux kernel TIPC monitor path. The issue is a NULL pointer dereference in tipc_mon_reinit_self() caused by a race between enabling and disabling the bearer, where mon->self may be NULL during reinitialization. A fix has been applied in tipc_mon_reinit_self() (net/ti...

5.5CVSS5.2AI score0.00194EPSS
Save
CVE
CVE
added 2025/05/19 7:19 a.m.143 views

CVE-2025-37891

The provided documents confirm CVE-2025-37891 affects the Linux kernel’s ALSA: ump path, where SysEx messages could overflow an internal 4-byte buffer during MIDI 1.0 to UMP conversion. The root cause is that SysEx can be up to 6 bytes, exceeding the original 4-byte buffer, risking memory corrupt...

7.8CVSS7.1AI score0.00223EPSS
Save
CVE
CVE
added 2025/05/20 3:34 p.m.143 views

CVE-2025-37938

CVE-2025-37938 involves the Linux kernel tracing subsystem. The vulnerability centers on the trace event verifier, which checks print formats to ensure pointers reference valid memory that is part of the event or data that will be freed. If an event uses the format "%*p.." and the verifier ignore...

7.1CVSS6.5AI score0.0018EPSS
Save
CVE
CVE
added 2025/05/29 1:15 p.m.143 views

CVE-2025-37994

CVE-2025-37994 affects the Linux kernel driver path usb: typec: ucsi: displayport. The root cause is a NULL pointer access in ucsi_displayport_work handling. A patch was applied to ensure the UCSI driver waits for all pending tasks in the ucsi_displayport_work queue to finish before partner remov...

5.5CVSS6.5AI score0.00181EPSS
Save
CVE
CVE
added 2025/06/08 10:34 a.m.143 views

CVE-2025-38003

The CVE-2025-38003 issue affects the Linux kernel BCM CAN component where procfs content generation for a bcm_op being removed lacked proper rcu_read_lock protection, risking unreliable data in procfs (use-after-free style) due to missing rcu handling. A patch adds the missing rcu_read_lock() and...

7.8CVSS6.5AI score0.00218EPSS
Save
CVE
CVE
added 2020/02/11 6:01 p.m.142 views

CVE-2009-4067

CVE-2009-4067 : A buffer overflow in the Auerswald Linux USB driver (function auerswald_probe ) for the Linux kernel is exploitable on kernel versions before 2.6.27. The vulnerability allows physically proximate attackers to execute arbitrary code, cause a denial of service, or take full control ...

7.2CVSS7.7AI score0.0206EPSS
Save
CVE
CVE
added 2010/10/04 8:00 p.m.142 views

CVE-2010-3442

Technical details for CVE-2010-3442 are not publicly provided in the connected documents. The sources reference the CVE and affected kernel versions but do not describe exploitability, impact specifics, or fixes. Monitor for vendor advisories and updates.

4.7CVSS6.5AI score0.00395EPSS
Save
Total number of security vulnerabilities14801